DtedStore

Digital Terrain Elevation Data files store for Drone devices.

Provides access to a drone's DTED file store, allowing the application to browse, delete such files from the drone, as well as to upload such files to the drone store.

This peripheral can be obtained from a Drone using: drone.getPeripheral(DtedStore::class.java)

See also

Drone.getPeripheral

Types

Link copied to clipboard
interface File

Some file in the DTED store.

Functions

Link copied to clipboard

Requests a new list for browsing DTED files stored on the drone.

Link copied to clipboard
fun delete(files: ImmutableSet<DtedStore.File>, observer: Ref.Observer<DtedDeleter>): Ref<DtedDeleter>

Requests deletion of DTED files stored on the drone.

Link copied to clipboard
fun upload(files: ImmutableSet<File>, observer: Ref.Observer<DtedUploader>): Ref<DtedUploader>

Requests upload of DTED files on the drone.